home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / ACTION.BB < prev    next >
Text File  |  1993-02-14  |  2KB  |  78 lines

  1. DEFINE_USER_COMMAND LAST LL $1
  2. DEFINE_USER_COMMAND NOW GK
  3. DEFINE_USER_COMMAND DIR EX [AOS] DOS DIR *.EXE > $y.OUT
  4.  
  5. ;  Remove the @ AA4RE
  6.  
  7. CHANGE_ADR @ AA4RE  => = @ NONE
  8.  
  9. ; These lines are used to change incoming addresses
  10.  
  11. CHANGE_ADR @ USA    => = @ ALLUS
  12. CHANGE_ADR @ WA6E   => = @ WA6NWE
  13. CHANGE_ADR @ WB6ASR => = @ NONE
  14. CHANGE_ADR @ ARRL   => = @ ARL
  15.  
  16. ; These lines are used to select distribution lists
  17.  
  18. DISTRIBUTE ALLCA  @ ALLUSW
  19. DISTRIBUTE ALLCA  @ AMSAT
  20. DISTRIBUTE ALLCA  @ ARL
  21. DISTRIBUTE ALLCA  @ RLIBBS
  22. DISTRIBUTE ALLCA  @ ALLUS
  23. DISTRIBUTE ALLCAN @ NCPA
  24.  
  25. ; DENY NEW MSG should be before REJECT / HOLD / REVIEW
  26.  
  27. ; No bulletins from unregistered users
  28.  
  29. DENY_NEW_MSG 4 B & C U
  30.  
  31. ; Prevent people from sending things private when they should be public
  32.  
  33. DENY_NEW_MSG 1 @ ALL* & P
  34.  
  35. ; Don't allow to ALL.  Make the user give a meaningful to address
  36.  
  37. DENY_NEW_MSG 2 > ALL*
  38.  
  39. ; Allow for-sale and wants to local area only
  40. ; I used *SALE* to catch 4SALE and other variations.  Similiarly,
  41. ; WANT* catched WANTED
  42.  
  43. NODENY_NEW_MSG > *SALE* & @ ALLCAN
  44. NODENY_NEW_MSG > *SALE* & @ ALLCA
  45. DENY_NEW_MSG 3 > *SALE*
  46.  
  47. NODENY_NEW_MSG > WANT* & @ ALLCAN
  48. NODENY_NEW_MSG > WANT* & @ ALLCA
  49. DENY_NEW_MSG 3 > WANT*
  50.  
  51. ; REVIEW all bulletins created locally
  52.  
  53. REVIEW B & % AA4RE
  54.  
  55. ; These people need review
  56.  
  57. HOLD < A6AAA
  58. HOLD < B6BBB
  59. HOLD > C6CCC
  60.  
  61. ; Tell user things
  62.  
  63. TELL_AT_END 0 !S > 3000
  64.  
  65. ; Change anything addressed to RACES with a BID of RACESBUL
  66. ; into a file and stick it into the RACES subdirectory
  67.  
  68. MAKE_FILE C:\RACES\$b > RACES & $ RACESBUL.*
  69.  
  70. ; General housekeeping
  71.  
  72. CLEAN_MSGS ARRL  $ ARLP###
  73. CLEAN_MSGS ARRL  $ ARLD###
  74. CLEAN_MSGS AMSAT $ ANS-###.##
  75. CLEAN_MSGS AMSAT $ ORBS-###.*
  76. CLEAN_MSGS DATE  < WB5FIX & S SATELLITE BULLETIN #*
  77. CLEAN_MSGS RTTYDX $ RTDX####=
  78.